<% if (self.kind === 'special') { var localizationKey = 'special.' + self.source + (self.isAllowed ? '.blocked' : '.allowed'), specialData = (Settings.getItem('enabledSpecials', self.source) || '*').toString(), specialHelp = Strings.localizationExist(localizationKey) ? _(localizationKey, [specialData._escapeHTML()]) : null; if (specialHelp) { %>

<%=_(self.isAllowed ? 'when_special_blocked' : 'when_special_allowed', [specialHelp])%>

<% } } %> <% if (self.kind === 'user_script') { %> <% } %> <% if (self.action >= 0 && self.action <= 5) { %> <% } %>